home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_37.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  219 b   |  9 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set genealogieInforouteBall to startBall + 6
  4.   set lucyHalBall to startBall + 7
  5.   set the ink of sprite lucyHalBall to 37
  6.   depuppetize(lucyHalBall, lucyHalBall)
  7.   updateStage()
  8. end
  9.